home *** CD-ROM | disk | FTP | other *** search
- program Play16;
-
- uses
- Forms,
- PlaySTK in 'PlaySTK.PAS' {Form1},
- DWS in 'DWS.PAS';
-
- {$R *.RES}
-
- begin
- Application.Title := 'DiamondWare''s Sound ToolKit Demo';
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-